This isn't needed anymore.
* (finally #GtkWidget) would attach the style itself.
*
* Since: 2.20
+ *
+ * Deprecated: 3.0. This step is unnecessary with #GtkStyleContext.
**/
void
gtk_widget_style_attach (GtkWidget *widget)
const GdkRGBA *cursor,
const GdkRGBA *secondary_cursor);
+#if !defined(GTK_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
void gtk_widget_style_attach (GtkWidget *widget);
-#if !defined(GTK_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
-
/* Widget styles.
*/
gboolean gtk_widget_has_rc_style (GtkWidget *widget);